'Declaration <CLSCompliantAttribute(False)> Public Overloads Sub PackFont( _
ByVal fontThe PDF font that should be packed.As Vintasoft.Imaging.Pdf.Tree.Fonts.PdfFont, _
ByVal symbolCodesThe Unicode codes of symbols that the font must contain. All other symbols will be removed from font.() As ULong _
)
[CLSCompliant(False)] public void PackFont(
Vintasoft.Imaging.Pdf.Tree.Fonts.PdfFont font,
ulong[] symbolCodes
)
[CLSCompliant(False)] public: void PackFont(
Vintasoft.Imaging.Pdf.Tree.Fonts.PdfFont* font,
ulong[]* symbolCodes
)
[CLSCompliant(False)] public:
void PackFont(
Vintasoft.Imaging.Pdf.Tree.Fonts.PdfFont^ font,
array<ulong>^ symbolCodes
)
Parameters
- font
- The PDF font that should be packed.
- symbolCodes
- The Unicode codes of symbols that the font must contain. All other symbols will be removed from font.